home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / msql-1.0.6 / src / tests / rtest.src / 8.out < prev    next >
Text File  |  1995-01-31  |  650b  |  33 lines

  1.  
  2. Welcome to the miniSQL monitor.  Type \h for help.
  3.  
  4.  
  5. mSQL >     ->     ->     ->     ->     -> 
  6. Query buffer
  7. ------------
  8.  
  9. select test2.fullname, test.age
  10.         from test2,test
  11.         where test2.user = test.user
  12.         order by test2.fullname
  13.  
  14. [continue]
  15.     -> 
  16. Query OK.
  17.  
  18. 3 rows matched.
  19.  
  20.  +--------------------------------+----------+
  21.  | fullname                       | age      |
  22.  +--------------------------------+----------+
  23.  | David J. Hughes                | 26       |
  24.  | Fred O'Niell                   | 31       |
  25.  | Paul Pyyvaara                  | 26       |
  26.  +--------------------------------+----------+
  27.  
  28.  
  29.  
  30. mSQL >     -> 
  31. Bye!
  32.  
  33.